[][src]Crate quinn_proto

Structs

ApplicationClose
ClientConfig

Common configuration for (typically) all connections made by a program.

Config

Parameters governing the core QUIC state machine

ConnectionClose
ConnectionHandle
ConnectionId

Protocol-level identifier for a connection.

Endpoint

The main entry point to the library

ServerConfig

Parameters governing incoming connections.

StreamId

Identifier for a stream within a particular connection

TimerUpdate

Change to apply to a specific timer

TokenKey
Transmit

An outgoing packet

TransportError

Enums

ConnectError

Errors in the parameters being used to create a new connection

ConnectionError

Reasons why a connection might be lost.

Directionality

Whether a stream communicates data in both directions or only from the initiator

EcnCodepoint

Explicit congestion notification codepoint

EndpointError

Errors in the configuration of an endpoint

Event

Events of interest to the application

ReadError
Side

Whether an endpoint was the initiator of a connection

Timer
TimerSetting

Change applicable to one of a connection's timers

WriteError

Constants

ALPN_QUIC_HTTP

TLS ALPN value for HTTP over QUIC

VERSION

The QUIC protocol version implemented